ComponentOne Xamarin Edition
CanSort Method (C1VirtualCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1VirtualCollectionView<T> Class : CanSort Method
The sort descriptions to be checked whether the collection view can be sorted.
Returns whether the collection view is able to sort the specified sortDescriptions.
Syntax
public virtual bool CanSort( 
   params SortDescription[] sortDescriptions
)

Parameters

sortDescriptions
The sort descriptions to be checked whether the collection view can be sorted.
See Also

Reference

C1VirtualCollectionView<T> Class
C1VirtualCollectionView<T> Members